home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / StructureEditor.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  1.2 KB  |  85 lines

  1. EditorController = {
  2.     ACTIONS = {
  3.     runModalFor:;
  4.     revert:;
  5.     ok:;
  6.     };
  7.     OUTLETS = {
  8.     text2;
  9.     box2;
  10.     window;
  11.     appIconButton;
  12.     okRevertMatrix;
  13.     box4;
  14.     mainTitle;
  15.     text3;
  16.     text1;
  17.     box3;
  18.     box1;
  19.     };
  20.     SUPERCLASS = Object;
  21. };
  22. WindowEditor = {
  23.     SUPERCLASS = Text;
  24. };
  25. FirstResponder = {
  26.     ACTIONS = {
  27.     dateMarker:;
  28.     pageMarker:;
  29.     };
  30.     SUPERCLASS = Object;
  31. };
  32. StructureEditorWindow = {
  33.     SUPERCLASS = Panel;
  34. };
  35. StructureEditor = {
  36.     ACTIONS = {
  37.     loadEditor:;
  38.     optionsOk:;
  39.     modifyField:;
  40.     cellDidMove:;
  41.     displayWindow:;
  42.     loadFieldDescriptorList:;
  43.     downArrowAction:;
  44.     clear:;
  45.     reallyLoadEditor:;
  46.     loadField:;
  47.     runCalculatedEditor:;
  48.     enterAction:;
  49.     runOptions:;
  50.     ok:;
  51.     showEditor:;
  52.     windowWillReturnFieldEditor:;
  53.     updateButtons:;
  54.     removeField:;
  55.     returnAction:;
  56.     upArrowAction:;
  57.     revert:;
  58.     addField:;
  59.     };
  60.     OUTLETS = {
  61.     optionsButton;
  62.     addDelete;
  63.     pictureEditor;
  64.     optionsPanel;
  65.     listScrollView;
  66.     hasOptionsMatrix;
  67.     calculatedEditor;
  68.     removeRenameAdd;
  69.     soundEditor;
  70.     richTextEditor;
  71.     isIndexedMatrix;
  72.     nilView;
  73.     nameField;
  74.     changedMatrix;
  75.     listMatrix;
  76.     installView;
  77.     generalEditor;
  78.     fieldTypeMatrix;
  79.     indexSwitch;
  80.     summaryEditor;
  81.     booleanEditor;
  82.     };
  83.     SUPERCLASS = EditorController;
  84. };
  85.